home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / rherit.dxr / 00042.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  136 b   |  10 lines

  1. on exitFrame
  2.   global act
  3.   if rollOver(4) or rollOver(12) then
  4.     cursor([901, 902])
  5.   else
  6.     cursor(-1)
  7.   end if
  8.   Loopframe()
  9. end
  10.